home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / text / hyper / gmake.lha / gmake / c_source / info.h < prev    next >
Text File  |  1995-08-22  |  310b  |  11 lines

  1. #define VERSION "v0.0 "
  2. #define THE_TITLE "Amiga Guide Compiler "
  3. #define THE_AUTHOR "©1995, Gary Greenhill "
  4. #define VERSIONTAG "$VER: " THE_TITLE VERSION THE_AUTHOR __DATE__
  5. #define COPYRIGHT "Copyright " THE_AUTHOR
  6.  
  7. const char *versiontag = VERSIONTAG;
  8. const char *copyright = COPYRIGHT;
  9.  
  10. FileType my_type;
  11.